We still use symbolic icons for Copy, Cut, and Delete operations inside
toolbars and some menus, so it's worth pointing to the symbolic icon
names in the deprecation notices.
https://bugzilla.gnome.org/show_bug.cgi?id=741969
*
* The “Copy” item and icon.
*
- * Deprecated: 3.10: Do not use an icon. Use label "_Copy".
+ * Deprecated: 3.10: Use the named icon "edit-copy" or the label "_Copy".
*/
#define GTK_STOCK_COPY ((GtkStock)"gtk-copy")
*
* The “Cut” item and icon.
*
- * Deprecated: 3.10: Do not use an icon. Use label "Cu_t".
+ * Deprecated: 3.10: Use the named icon "edit-cut" or the label "Cu_t".
*/
#define GTK_STOCK_CUT ((GtkStock)"gtk-cut")
*
* The “Delete” item and icon.
*
- * Deprecated: 3.10: Do not use an icon. Use label "_Delete".
+ * Deprecated: 3.10: Use the named icon "edit-cut" or the label "_Delete".
*/
#define GTK_STOCK_DELETE ((GtkStock)"gtk-delete")